LiveCode BuilderStatementsDeleteFirstElementOfOn this pageDeleteFirstElementOf Type statement Summary Deletes the first element of Target. Syntax delete the first element of <Target> Description Removes the first element of Target. noteIt is an error if Target is the empty list. Parameters NameTypeDescriptionTargetA list container.